x-api-key: ********************curl --location -g --request PUT 'https://relay.exostack.cloud//api/organisation/charters//allocations' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"allocations": [
{
"account_id": 0,
"account_number": "string",
"project_id": 0,
"project_number": "string",
"percent_basis_points": 0
}
]
}'[
{
"account_id": 12,
"account_number": "5100",
"line_index": 1,
"percent_basis_points": 6000
}
]