Authorization: ********************curl --location --request PATCH 'https://test.whitelabel.bitpanda.com/v1/businesses//managing-directors/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"legal_name": "John Smith",
"person_type": "legal_person",
"legal_form": "some_legal_form",
"register_number": "AT 1441251007-2",
"address": {
"street": "123 Main Street",
"city": "Vienna",
"zip_code": "12345",
"country": "AU"
}
}'{
"data": {
"id": "018855c2-a091-11ee-8269-1f359b9f7b82"
}
}