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