curl --location --request POST 'http://localhost/api/v1/tenant/master-data/addresses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressable_type": "supplier",
"addressable_id": "bc7e0d2a-c0a3-4031-b735-b9c3af226fbc",
"label": "string",
"address_line_1": "string",
"address_line_2": "string",
"region_code": "string",
"country_code": "st",
"latitude": -90,
"longitude": -180,
"notes": "string",
"is_active": true,
"address_type": "billing",
"is_primary": true
}'