{
"duration": 67
}
curl --location --request POST 'http://localhost:9000/api/music/13/play' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwidXNlcm5hbWUiOiJGb3hsdW8iLCJyb2xlIjoidXNlciIsImlhdCI6MTczNTY1MzEyOSwiZXhwIjoxNzM2MjU3OTI5fQ.KMobcdZC5vOfcpwqcVOQlnFJqBSJV_woG1PYjH4ZE94' \
--header 'Content-Type: application/json' \
--data-raw '{
"duration": 67
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"title": "string",
"description": "string",
"url": "string",
"cover_image": "string",
"genre": "string",
"language": "string",
"lyrics": "string",
"lyrics_type": "string",
"track_number": 0,
"disc_number": 0,
"duration": 0,
"play_count": 0,
"like_count": 0,
"comment_count": 0,
"collection_count": 0,
"is_explicit": 0,
"is_featured": 0,
"created_by": 0,
"created_at": "string",
"updated_at": "string",
"favorite_count": 0,
"tags": [
{
"id": 0,
"name": "string",
"type": "string",
"category": "string",
"description": "string",
"count": 0,
"order_num": 0,
"is_active": 0,
"created_at": "string",
"updated_at": "string"
}
],
"artists": [
{
"id": 0,
"name": "string",
"alias": null,
"avatar": null,
"cover_image": null,
"description": null,
"region": null,
"birth_date": null,
"gender": "string",
"debut_date": null,
"view_count": 0,
"follow_count": 0,
"is_verified": 0,
"created_at": "string",
"updated_at": "string"
}
],
"albums": [
null
]
},
"success": true
}