Authorization: ********************curl --location --request PATCH 'https://test.whitelabel.bitpanda.com/v1/businesses//shareholders/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"legal_name": "John Smith",
"person_type": "legal_person",
"birth_date": "1990-12-31",
"residence": "AT",
"direct_ownership_percentage": 0.51
}'{
"data": {
"id": "3f2ac204-9987-11ee-b770-079bffac0a9f"
}
}