暂无描述
Authorization: Bearer ********************
{
"id":100
}
curl --location --request POST 'https://api.tolink.cloud/examine/user/confirm' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":100
}'
{}