API DOCUMENTATION
getCustomerProfiles (pOST)
Returns all the customer profiles.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-customer-profiles' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
    "data": [
      {
        "id_profile": “MGjf$d34$”,
        "name": "Cliente Logístico"
      },
      {
        "id_profile": “MGjf&G934$”,
        "name": "Perfil 1"
      },      ...
    ]
}
