post https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id//agreements
Accepts agreements for a given Account.
Response
Accepts agreements for a given Account.
xxxxxxxxxx
11curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/accountId/agreements \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"locale": "en-CA",
"type": "tos",
"consent": true
}
'
xxxxxxxxxx
{
"id": ""
}