Authorization: Bearer ********************
curl --location 'https://api.zzed.xyz/payment/v1/transactions' \ --header 'X-TenantId;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "transactionType": "MEMBER_SAVINGS_DEPOSIT" }'
{}