curl --location --request POST 'https://stablediffusionapi.com/api/v3/fetch/' \ --header 'Content-Type: application/json' \ --data-raw '{ "key": "" }'
{ "status": "string", "id": 0, "output": [ "string" ] }