Authorization: ********************curl --location --request PATCH '/api/v2/payees/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "bsb_acc",
"account_name": "string",
"account_nickname": "string",
"bsb": "string",
"account_number": "string"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}