curl --location --request POST '/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",
"parent_id": 0,
"type": "page",
"active": true
}'{
"data": null,
"message": "string",
"status": true,
"status_code": 0
}