the token id
image url for the token
POST /partner-api/tokens/{token_id}/set-token-image HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 20 "image_url='text'"
Successful response
{ "token_id": "text", "image": "text", "traits": [ { "name": "text", "value": "text" } ] }