Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/offer-status/' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "created",
"errors": {
"code": "422",
"title": "user.transaction.trading.disabled"
}
}
}