Authorization: Bearer ********************{
"customer_id": "64dd899e3f6383ba72ec2a01"
}curl --location --request PATCH 'https://open.pingcode.com/v1/ship/products//users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "64dd899e3f6383ba72ec2a01"
}'{}