curl --request POST \
--url http://localhost/api/payments/v3/payment-service-users/{paymentServiceUserID}/bank-accounts/{bankAccountID}/forward \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connectorID": "aSDinaTvuI8gbWludGxpZnk="
}
'