curl --location --request PATCH '/api/v1/split/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"bearer_type": "subaccount",
"active": true
}'{
"status": true,
"message": "string"
}