curl --request POST \
--url https://api.example.com/iser/follow-words/unfollow \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"forIserHandle": "<string>",
"forIserID": "<string>",
"iserWordID": 123
}
'{
"success": true,
"data": "<unknown>"
}Unfollow words for iser profile.
curl --request POST \
--url https://api.example.com/iser/follow-words/unfollow \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"forIserHandle": "<string>",
"forIserID": "<string>",
"iserWordID": 123
}
'{
"success": true,
"data": "<unknown>"
}