When using an ApiResource that has more than one placeholder it may seem tricky to figure out how to name the placeholder used.
For example, take this route:
Route::apiResource('users.tenant', UsersController::class);
This produces these routes
Now...