getCustomer (POST)

CURL:

curl --location 'https://movin.cloud/api/real-estate/get-customer' \

--header 'Accept: application/json' \

--header 'Authorization: Bearer SECRETOKEN'

Body example:

{

    “id_customer”: “21@#$2a”,

}