curl --location --request POST '/api/v2/team-mates/carousels' \
--header 'Content-Type: application/json' \
--header 'Ocp-Apim-Subscription-Key;' \
--data-raw '{
"name": "New Featured Agents",
"organization_id": 1,
"display_order": 3
}'
{
"success": true,
"message": "Success",
"data": {
"id": 1,
"name": "New Carousel",
"organization_id": 1,
"display_order": 0,
"is_active": true,
"created_by": 1
}
}
Ocp-Apim-Subscription-Key: ********************