Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/users//accept-final-check' \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"code": "forbidden",
"title": "This action is forbidden."
},
{
"code": "forbidden",
"title": "User cool-off period not stared."
},
{
"code": "forbidden",
"title": "User is currently in cool-off period."
}
]
}