curl --location --request POST '/v1/external/warehouse' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"company": "Godash",
"emailAddress": "koushik@godash.ai",
"phoneNumber": "9000755025",
"locationName": "koushiktest1",
"locationDetails": {
"addressLine1": "Arbour complex Tellapur Rd",
"addressLine2": "Dist Nadia",
"postalCode": "500032",
"city": "K.V.Rangareddy",
"state": "Telangana",
"country": "India",
"countryCode": "IN",
"latitude": "",
"longitude": ""
},
"firstName": "Test",
"lastName": "User"
},
"residential": false,
"category": "sender"
}'[
{
"category": "sender",
"summary": [
{
"id": "dea09ac3-a954-4811-9fbd-36c962f04ad7",
"address": {
"firstName": "Test",
"lastName": "User",
"company": "Godash",
"emailAddress": "koushik@godash.ai",
"phoneNumber": "9000000000",
"locationName": "koushiktest1",
"addressType": null,
"locationDetails": {
"addressLine1": "Arbour Complex Tellapur Rd",
"addressLine2": "",
"postalCode": "500032",
"city": "K.V.Rangareddy",
"state": "Telangana",
"country": "India",
"countryCode": "IN",
"latitude": "",
"longitude": ""
}
},
"active": true,
"payload_identifier": "rum6PZ1mJgLEfz66JRQL3OXEeqaj3yLcnG+RhtAsMBE=",
"metadata": {
"residential": false
},
"default": false
}
]
}
]