curl --location --request POST '/api/prompts' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": {
"title": "string",
"prompt": "string",
"key": "string",
"gender": "string",
"style": "string",
"view": "string",
"lighting": "string",
"deviceId": "string",
"active": false,
"medium": "photo",
"maleSubject": "string",
"femaleSubject": "string",
"environment": "string",
"color": "string",
"mood": "string",
"composition": "string",
"styleReferenceImageUrl": "string",
"firstImageUrl": "string",
"secondImageUrl": "string",
"promptMj": "string",
"promptMjAi": "string",
"promptExpress": "string",
"promptExpressAi": "string",
"promptFlux": "string",
"promptFluxAi": "string",
"fluxNegativePrompt": "string",
"useFaceSwap": true
}
}'{
"id": "string",
"title": "string",
"prompt": "string",
"active": false,
"key": "string",
"createdAt": "2019-08-24T14:15:22Z",
"style": "string",
"view": "string",
"lighting": "string",
"gender": "string",
"color": "string",
"composition": "string",
"environment": "string",
"femaleSubject": "string",
"maleSubject": "string",
"medium": "photo",
"mood": "string",
"deviceId": "string",
"fluxNegativePrompt": "",
"promptExpress": "Prompt",
"promptExpressAi": "Prompt",
"promptFlux": "Prompt",
"promptFluxAi": "Prompt",
"promptMj": "Prompt",
"promptMjAi": "Prompt",
"useFaceSwap": true,
"styleReferenceImageUrl": "string",
"firstImageUrl": "string",
"secondImageUrl": "string"
}