curl --location --request DELETE 'http://127.0.0.1:8000/api/v2/oauth/2/unbind' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{token}}'
{ "status": "string", "message": "string", "data": null, "time": 0 }