laravel json response with error code

JavaScript
return Response::json([
    'hello' => $value
], 201); // Status code here
Source

Also in JavaScript: