curl --location --request POST 'http://prod-cn.your-api-server.com/explore/albums/1/like' \
--header 'Accept: application/json' \
--header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \
--header 'Authorization: Bearer {{token}}'{
"status": "string",
"message": "string",
"time": 0
}