Authorization: Bearer ********************
{
"deviceId": "string",
"applyUserId": "string",
"confirmStatus": 0
}
curl --location --request POST '/hmd-wx/api/v2/userctx/user/app/contacts/confirmApply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"applyUserId": "string",
"confirmStatus": 0
}'
{
"code": 0,
"message": "string",
"data": {}
}