curl --location --request PUT '/api/social-content-groups/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": -2147483648,
"name": "string",
"social_id": -9007199254740991,
"active": -128,
"description": "string",
"created_at": null,
"updated_at": null,
"deleted_at": null,
"created_by": -2147483648,
"updated_by": -2147483648
}'