post http://localhost:8000/api/v1/addresses
This endpoint allows you to create a new address
Log in to see full request history
Responses
401Unauthorized
422Unprocessable Entity
This endpoint allows you to create a new address
401Unauthorized
422Unprocessable Entity
xxxxxxxxxx
curl --request POST \
--url http://localhost:8000/api/v1/addresses \
--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: