Authorization: ********************
{
"image": {
"uuid": "string",
"content": "string",
"download_url": "string",
"temp_id": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/learn/storestaticimage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": {
"uuid": "string",
"content": "string",
"download_url": "string",
"temp_id": "string"
}
}'
{
"image": {
"uuid": "string",
"content": "string",
"download_url": "string",
"temp_id": "string"
}
}