cURL
curl --request POST \ --url https://api.odin.fun/v1/snapshot/{id}/save \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "image": "<string>", "time": "2023-11-07T05:31:56Z", "user": "<string>", "token": "<string>", "data": { "token": "<string>", "color": "<string>", "main_value": "<string>", "values": [ { "label": "<string>", "value": "<string>" } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes