Authorization: ********************{
"symbol": "string",
"exchange": "string"
}curl --location --request PUT '/v1/holdings//symbol' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"symbol": "string",
"exchange": "string"
}'