Authorization: Bearer ********************{
"Uid": "abc123def456"
}curl --location '/Interact/UnFollow' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Uid": "abc123def456"
}'{
"Success": true,
"Massage": "string",
"Data": {}
}