curl --request POST \
--url https://waas-staging.embedly.ng/api/v1/walletgroups/{groupId}/wallet/{walletId}/add \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"groupid": "<string>",
"walletid": "<string>"
}
'