Authorization: Bearer ********************
{
"client_id": "string",
"course_reserve_record_id": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"student_id": "string",
"user_id": "string"
}
curl --location --request POST '/mp/eduCourseScore/search?clientId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"course_reserve_record_id": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"student_id": "string",
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"name": "string",
"score": 0
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}