curl --location --request POST '/api/v2/off-platform/fund-requests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ktti_id": "string",
"transaction": {
"amount_data": {
"amount": "100.12",
"currency_code": "AUD"
},
"description": "string",
"paid_by_uuid": "f5f5c046-7617-4343-b877-b1e313ff2c35"
},
"fund_request": {
"description": "string",
"auto_reminder_enabled": false,
"tone": "friendly",
"requestees": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"amount": "string"
}
]
}
}'