org_unit_id + name)spapi2_location_list_id back on the local recordcurl --location 'https://platform-api.convirza.com/v3/geo-locations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"org_unit_id": 12345,
"name": "New York Office"
}'{
"success": true,
"data": {
"location_id": 1,
"message": "Geo location created successfully"
}
}