json('POST', '/api/send-verification', ['phone' => '0123456789']); $response ->assertStatus(200) ->assertJson([ 'success' => true, ]); } }