API DOCUMENTATION
getBookingReasons (pOST)
Returns all the booking reasons
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-booking-reasons' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
    "data": [
        {
            "id_reason": “MGjfdk93&y4$”,
            "name": "Otros"
        },
        …
    ]
}
