| Campo | Tipo | Obrigatório | Formato |
|---|---|---|---|
description | string | Sim | |
order | integer | Não |
curl --location '/productsizes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": true,
"messages": {
"order": {
"notDigits": "The input must contain only digits"
}
}
}