x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/organisation/charters/by-id//budgets' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"budgets": [
{
"budget_index": 2,
"periods": {
"2": 500
}
}
]
}'[
{
"budget_index": 1,
"opening": 10000,
"periods": {
"1": 8500,
"2": 9200,
"3": 8800,
"4": 9500,
"5": 10200,
"6": 9800,
"7": 10500,
"8": 11000,
"9": 10800,
"10": 11500,
"11": 12000,
"12": 12500,
"13": 0
}
}
]