Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/users//off-boarding' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "business_relation_end",
"first_notice_of_termination": "2021-04-25",
"country_of_residence": "AT",
"liquidate_assets": true
}'{
"data": {
"id": "6d7653c6-8ea5-4096-a30e-c86d8eee7d9d",
"reason": "business_relation_end"
}
}