{ "id": "1234444", "optType": 1 }
curl --location --request POST '/h5/interview/opt' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "1234444", "optType": 1 }'
{ "code": "10000", "message": "操作成功" }