curl --location --request PUT '/api/social-actions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"name": "string",
"social_id": 0,
"description": "string",
"comment_type": "comment",
"active": true
}'{
"data": null,
"message": "string",
"status": true,
"status_code": 0
}