Authorization: Bearer ********************
curl --location --request GET 'https://client-backend-quantum-project.test/cbre-client/api/client/markets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''
{}