curl --request POST \
--url https://sandbox.killb.app/api/v2/backoffice/ramps/create-pre-fund-account \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customerName": "<string>",
"address": "<string>",
"currency": "<string>",
"network": "<string>",
"passphrase": "<string>"
}
'