{ "request": { "method": "POST", "url": "https://api.theneo.io/projects/proj_01HX5QK8Z3JVBM2N4P7R9T6WY/import", "headers": { "Authorization": "your-api-key-here", "Content-Type": "multipart/form-data" }, "body": { "link": "https://example.com/v2/openapi.yml", "importType": "merge" } }, "response": { "status": 200, "body": { "success": true, "message": "API specification imported successfully. 14 endpoints merged." } } }