{ "code": "string" }
curl --location --request POST 'http://127.0.0.1:8000/api/v2/oauth/2/login' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string" }'
{ "status": "string", "message": "string", "data": { "name": "string", "token": "string" }, "time": 0 }