404 when no status matches the id.curl --location --globoff 'https://.daftra.com/v2/api/entity/follow_up_statuses/31.json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"FollowUpStatus": {
"id": 31,
"site_id": 100,
"item_type": 1,
"name": "New Lead",
"color": "white",
"status": 1,
"display_order": 1,
"is_primary": 0,
"require_followup": 0,
"followup_after": 3,
"entity_key": null,
"deleted": 0,
"created": "2021-02-01 10:00:00",
"modified": "2021-02-01 10:00:00"
}
}
}