curl --location --request POST '/api/social-accounts/create-many' \
--header 'Content-Type: application/json' \
--data-raw '{
"accounts": [
{
"username": "string",
"password": "string",
"secret_key": "string",
"group_id": 0,
"value": "string",
"proxy_id": 0,
"social_id": 0,
"ip": "string",
"port": "string",
"proxy_username": "string",
"proxy_password": "string",
"expired_at": "string"
}
],
"social_id": 0
}'