curl --request POST \
--url https://live.copilot.fabric.inc/data-customer/v1/party-trait/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-site-context: <x-site-context>' \
--data '{
"partyIds": [
"612d205f3535d7000890492f"
],
"traitIds": [
"612d205f3535d7000890492g"
],
"traitScores": [
0.5
]
}'