{"openapi":"3.2.0","info":{"title":"Mirror API","description":"Mirror your API request for testing purposes","version":"1.0.0"},"servers":[{"url":"https://mirror.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/get":{"get":{"operationId":"get_get","summary":"GET","description":"GET request","parameters":[{"name":"myKey","in":"query","required":false,"schema":{"type":"string","example":"example value"}}]}},"/post":{"post":{"operationId":"post_post","summary":"POST","parameters":[{"name":"myKey","in":"query","required":false,"schema":{"type":"string","example":"example value"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"testKey":"Hello World"}}}}}},"/get/flexible-credits":{"get":{"operationId":"get_get_flexible_credits","summary":"Flexible credits"}},"/post/set-manual-credits":{"post":{"operationId":"post_post_set_manual_credits","summary":"Set manual credits","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"spend_this_credits":6}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}