Note: In addition to listed response codes, all endpoints may return 500 on internal server error.
Generates a new proof of work challenge and stores it in the database.
Method: GET
Request body: None
Code: 200 on success
{
"work_factor" : 1024,
"nonce" : "54be07e7445880272d5f36cc56c78b6b"
}