POST
/data/projects/{project_id}/budgets
curl \
--request POST 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/budgets' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'name=New+Budget¤cy=USD'
Response examples (201)
{
"id": "string",
"name": "string",
"currency": "string"
}