{
"type": {
"id": 6
},
"number": "444444",
"extras": "Varios quatros"
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/document/' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": {
"id": 6
},
"number": "444444",
"extras": "Varios quatros"
}'{}