post https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id//email
For a given Account (determined by the Account identifier), adds an email to the Account using the request body.
Response
For a given Account (determined by the Account identifier), adds an email to the Account using the request body.
xxxxxxxxxx
curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/accountId/email \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": ""
}