create address
POST {{BaseUrl}}/api/v1/dashboard/customer/:CUSTOMER_ID/address
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"city"=>"hello", "country_code"=>"us", "state"=>"nia", "street1"=>"exc, lms", "postal_code"=>"1203949"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |