the token id
image url for the token
curl -L \ --request POST \ --url '/tokens/{token_id}/set-token-image' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'image_url=text'
{ "token_id": "text", "image": "text", "traits": [ { "name": "text", "value": "text" } ] }