/v2/api/entity base and authenticated with a Bearer token. Send a flat JSON object whose keys are the fields below; name, status, and staff_id are required and any unknown key is ignored.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/follow_up_status' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item_type": 1,
"name": "Awaiting reply",
"color": "#ff0000",
"status": 1,
"staff_id": 5
}'{
"message": "تم إضافة حالة المتابعة بنجاح",
"id": 23
}