curl --request POST \
--url https://createproject.api.usesuperflow.com/ \
--header 'Content-Type: application/json' \
--header 'x-superflow-api-key: <x-superflow-api-key>' \
--header 'x-superflow-auth-token: <x-superflow-auth-token>' \
--data '{
"data": {
"projectUrl": "<string>",
"projectName": "<string>"
}
}'