curl --location --request PUT '/api/campaigns/' \
--header 'Content-Type: application/json' \
--data-raw '{
"social_id": 1,
"created_by": 0,
"name": "string",
"description": "string",
"active": true,
"type": "string",
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"rules_json": {}
}'{
"data": null,
"message": "string",
"status": true,
"status_code": 0
}