curl --location --request DELETE 'http://prod-cn.your-api-server.com/explore/photos/1/unlike' \ --header 'Accept: application/json' \ --header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \ --header 'Authorization: Bearer {{token}}'
{}