curl --location --request POST '/api/social-accounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"social_id": 0,
"group_id": 0,
"proxy_id": 0,
"value": "string",
"name": "string",
"username": "string",
"password": "string",
"secret_key": "string",
"description": "string",
"status": "string",
"active": true
}'