Authorization: Bearer ********************{
"name": "Reason 1",
"reason_code": "TEST 1"
}curl --location --request POST 'https://mazu-lan.concise.co.id/api/v1/main/landing-forms/reasons' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Reason 1",
"reason_code": "TEST 1"
}'{
"status": true,
"code": 201,
"message": "Successfully Create Landing Form Reason",
"data": {
"id": "88c27532-b5fa-447b-b2e3-b7e763ae4b40",
"name": "Reason 1",
"reason_code": "TEST 1",
"updated_at": "2024-11-05T03:06:28.726Z",
"created_at": "2024-11-05T03:06:28.726Z",
"deleted_at": null
}
}