curl --location 'https://api.techrar.com/api/v3/subscriptions/complaint-reasons/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"custom_fields": null,
"app_id": null,
"created_at": "2022-11-17T13:54:11.752028+03:00",
"modified_at": "2022-11-17T13:54:11.752246+03:00",
"is_deleted": false,
"deleted_at": null,
"ordering": 0,
"title_en": "I did not select those meals",
"title_ar": "لم اختر هذه الوجبات",
"is_active": true,
"business_type": "restaurant"
}
]