Authorization: Bearer ********************
{
"key": "string"
}
curl --location --request PUT '/project/wbscode/linkProject' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string"
}'
false