curl --location --request POST 'https://4sapi.com/v1/images/edits' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"model": "string",
"size": "string",
"aspect_ratio": "string",
"image": "string"
}'{}