X-Api-Key: ********************
curl --location '/api/v1/public/geocode/bulk' \ --header 'X-Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "addresses": [ { "fullAddress": "string" } ] }'