Api
Worker and engine version
Returns the running worker version and the bundled bankstract engine version.
Response Body
application/json
curl -X GET "https://example.com/v1/status"{ "status": "ok", "worker_version": "string", "engine_version": "string"}