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