curl --location --request PUT '/api/social-pages/' \
--header 'Content-Type: application/json' \
--data-raw '{
"social_id": 0,
"group_id": 0,
"page_url": "http://example.com",
"title": "string",
"description": "string",
"group_type": "string",
"category": 0,
"parent_id": 0,
"type": "page",
"follower_count": 0,
"note": "string",
"tags": "string",
"profile_image_url": "string",
"banner_image_url": "string",
"active": true
}'{
"data": null,
"message": "string",
"status": true,
"status_code": 0
}