Authorization: Bearer ********************
{
"fullname": "",
"email": "",
"cellphone": "",
"address": {
"street": "",
"number": "",
"complement": "",
"neighborhood": "",
"city": "",
"state": "",
"zip_code": ""
}
}
curl --location -g --request POST 'http://{{app_url}}/api/v1/customer/' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "",
"email": "",
"cellphone": "",
"address": {
"street": "",
"number": "",
"complement": "",
"neighborhood": "",
"city": "",
"state": "",
"zip_code": ""
}
}'
{}