Authorization: Bearer ********************curl --location --request GET 'https://mazu-lan.concise.co.id/api/v1/main/landing-forms/reasons/7b937e6c-b473-4ee2-a1ea-ea0d4c2e138a' \
--header 'Authorization: Bearer <token>'{
"status": true,
"code": 200,
"message": "Successfully Fetched All Landing Form Reasons.",
"data": {
"id": "7b937e6c-b473-4ee2-a1ea-ea0d4c2e138a",
"name": "Testing Reason 5",
"reason_code": "TEST 4",
"created_at": "2024-11-04T06:33:28.377Z",
"updated_at": "2024-11-04T06:33:28.377Z",
"deleted_at": null
}
}