curl --location --request GET 'https://api.cloud-services.yuv.com.br/customer//token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": {
"token": null,
"expiresIn": null
}
}