Authorization: ********************curl --location --request POST '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": "2964a7e6-9982-11ee-a325-072e160d82d3"
}
}