x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/organisation/charters/by-id/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"description": "string",
"category": {
"id": 1
},
"alias": {
"number": 0,
"description": "string",
"always_use_alias": true
},
"banking": {
"next_check_number": 0,
"next_deposit_number": 0,
"ofx_account": "string"
},
"gifi_code": 0
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}