cURL
curl --request POST \ --url https://api.warmyourx.com/v1/users/id \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'username=<string>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
X username without the leading @.
Successful Response