{
"location_id": "string",
"goal_type": "general",
"goal_value": 0
}
curl --location --request POST '/sales-performance/goals' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": "string",
"goal_type": "general",
"goal_value": 0
}'
{
"goal_id": "string",
"location_id": "string",
"goal_type": "string",
"goal_value": 0
}