curl --request POST \
--url http://localhost:3091/v1/api/withdrawals/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 5002.5
}
'{}Transfers the requested amount from the wallet to the user’s Stripe connected account.
curl --request POST \
--url http://localhost:3091/v1/api/withdrawals/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 5002.5
}
'{}