`POST /api/v1/servers` returns an action response. HCloud could leverage this action as a non-block creation. Add an API to allow this: ```ruby HCloud::Server.create_nonblock(...) # => HCloud::Action ```