User :: factory ()-> Создать (

$user = User::factory()->create();

$response = $this->actingAs($user, 'api')->json('POST', ...
Mysterious Macaque