get
GET /v1/wallet-proof/nonce HTTP/1.1
Host: api.quicksync.me
Accept: */*
200

Success

{
  "nonce": 1,
  "message": "text"
}
post
POST /v1/wallet-proof/verify HTTP/1.1
Host: api.quicksync.me
Content-Type: application/json
Accept: */*
Content-Length: 60

{
  "walletAddress": "text",
  "message": "text",
  "signature": "text"
}
{
  "token": "text"
}