post http://localhost:8000/api/v1/customers
Create a new customer
Log in to see full request history
Responses
Create a new customer
xxxxxxxxxx
curl --request POST \
--url http://localhost:8000/api/v1/customers \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: