curl --location --request PUT '/api/social-content/' \
--header 'Content-Type: application/json' \
--data-raw '{
"social_ids": [
0
],
"title": "string",
"content": "string",
"type": "comment",
"active": true,
"group_id": 0
}'{
"data": null,
"message": "string",
"status": true,
"status_code": 0
}