curl --location --request DELETE 'http://localhost:8085/api/miniapp/mobile' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "string", "mobile": "string" }'
{ "code": 0, "data": null, "message": "string" }