Authorization: ******************** {
"type": {
"id": 6
},
"number": "444444",
"extras": "Varios quatros"
}curl --location 'https://prod.your-api-server.com/api/v1/document/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": {
"id": 6
},
"number": "444444",
"extras": "Varios quatros"
}'{}