post https://hub.girafacomunicacao.com.br/api/v1/orders
Responses
xxxxxxxxxx
14curl --request POST \
--url https://hub.girafacomunicacao.com.br/api/v1/orders \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"customer": {
"type": "F"
},
"payment": {
"method": "credit"
}
}
'