Authorization: ********************curl --location --request POST '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": "d8617058-a08f-11ee-8d4f-67848daf62d9"
}
}