cURL
curl --request GET \ --url https://api.example.com/external-api/me
{ "id": 753967249, "name": "Максим", "username": "m5286606" }
Was this page helpful?