Authorization: ********************curl --location --request PATCH '/api/v2/fund-requests/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string",
"requestees": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"amount": "string"
}
]
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}