{
"id": 2586860147562607,
"receiver": "hardy",
"cellphone": "27987654321",
"postcode": "9323",
"suburb": "Ashbury",
"city": "Park",
"address": "1 Jones Rd, Kempton Park, Johannesburg, 1632"
}curl --location --request POST '/api/open/address/edit' \
--header 'version: {{shop_openapi_version}}' \
--header 'token: {{shop_openapi_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2586860147562607,
"receiver": "hardy",
"cellphone": "27987654321",
"postcode": "9323",
"suburb": "Ashbury",
"city": "Park",
"address": "1 Jones Rd, Kempton Park, Johannesburg, 1632"
}'{
"status": "0",
"message": "Operation successful.",
"data": {
"id": 2586860147562607
}
}