{
"imdb_id": "tt0434409",
"url_name":"SE1",
"url": "https://example.com/play/123",
"quality": "1080P",
"source": "Netflix",
"language": "English",
"subtitle": "Chinese",
"status":1
}curl --location --request GET '/api/admin/play-url/' \
--header 'Content-Type: application/json' \
--data '{
"imdb_id": "tt0434409",
"url_name":"SE1",
"url": "https://example.com/play/123",
"quality": "1080P",
"source": "Netflix",
"language": "English",
"subtitle": "Chinese",
"status":1
}'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"page_size": 0,
"results": [
{
"imdb_id": "string",
"url_name": "string",
"url": "string",
"quality": "string",
"source": "string",
"language": "string",
"subtitle": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
}