[x] Eliminate $this->repo->model()->create() in favor for $this->repo->create()
[x] Eliminate unnecessary validation error checking and other cruft; tests should simply verify that the expected HTTP response code and general JSON structure is returned both for a failure scenario and a success scenario
$this->repo->model()->create()
in favor for$this->repo->create()