curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/rest/v1/ Generations-texture/ ' \
--header 'authorization;' \
--header 'content-type: application/json' \
--data-raw ''
{
"delete_model_asset_texture_generations_by_pk": {
"id": "string"
}
}