Authorization: Bearer ********************{
"name": "reason test",
"reason_code": "TEST123"
}curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/landing-forms/reasons/88c27532-b5fa-447b-b2e3-b7e763ae4b40' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "reason test",
"reason_code": "TEST123"
}'{
"status": true,
"code": 200,
"message": "Successfully Update Landing Form Reason"
}