{
"input": {
"userId": "{userId}"
}
}curl --location --request PUT 'https://api.synup.com/api/v4/social/brands/' \
--header 'Authorization: API VGLYvxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"userId": "{userId}"
}
}'{}