curl --location '/api/v1/public/customer/geocode' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"customerId": "string",
"fullName": "string",
"fullAddress": "string",
"emailAddress": "string",
"phoneNumber": "string"
}'