file_key.curl --location --request POST 'https://prod.your-api-server.com/api/core/v2/assets/images' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_key": "string",
"file_hash": "string",
"name": "string",
"gravity": "center",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"credit": "string",
"caption_html": "string"
}
]
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"file_key": "string",
"file_hash": "string",
"name": "string",
"gravity": "center",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"credit": "string",
"caption_html": "string"
}
],
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z"
}
}