Authorization: Bearer ********************{
"cedula": 28456273
}curl --location --globoff --request GET '/{{v2}}/dev/inventory/stickers/test-dimensions' \
--header 'X-Application-Identifier: {{registration_id_job}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cedula": 28456273
}'{
"meta": {
"timestamp": "string",
"api_version": "string",
"status": 0,
"copyright": "string"
},
"data": {
"type": "string",
"id": "string",
"attributes": {
"caa": "string"
}
}
}