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